![]() |
DelSearch |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Removes a custom search function from the current GDevice data structure’s list of search functions. This function is used by system software and your application should not need to call it.
void DelSearch ( ColorSearchUPP searchProc );
A pointer to the custom search function, ColorSearchProcPtr to be deleted. DelSearch disposes of the chain element, but does nothing to the ProcPtr data structure.
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)